Programming modules extras: To figure out what things to do, it's easier to copy and paste from other module's source code. If it's already been done, then why re-write it? Create a "project" file and then "add" to that project ALL the .c files you have for other module source. (just go to their folders and pick them, you don't have to make a copy of each and every one) You can then use Think C's SEARCH feature to search through ALL the source files for keywords of things you are making. The modules are a great source for stuff that would take you hours to write. Don't write it if it has already been written! Thats the idea behind releasing your source code to others, so they can build on top of what you have done and MUBBS gets better!